import { formatCurrency } from '@/lib/utils' type Props = { totalGroupSpendings: number currency: string } export function TotalsGroupSpending({ totalGroupSpendings, currency }: Props) { return (